home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Modem Sharing / All Aboard.exe / data1.cab / Program_Executable_Files / inetshar.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-09-07  |  3.1 KB  |  87 lines

  1. ;-------------------------------------------------------------------------
  2. ; InterNetShare.INF --  Protocol Driver for InterNetShare Driver (Wormhole) 
  3. ;
  4. ; Copyright (c) 1993-1999, InterNetShare.com 
  5. ;-------------------------------------------------------------------------
  6. [version]
  7. Signature   = "$Windows NT$"
  8. Class       = NetTrans
  9. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  10. Provider    = %Ints%
  11. DriverVer   = 06/16/1999,5.00.2064
  12.  
  13. [Manufacturer]
  14. %Ints%=INTS
  15.  
  16. [INTS]
  17. ; DisplayName                        Section      DeviceID
  18. %InterNetShare_Desc%=Install,AllAboard_InterNetShare
  19.  
  20. ;-------------------------------------------------------------------------
  21. ; Installation Section
  22. ;-------------------------------------------------------------------------
  23. [Install]
  24. AddReg=Inst_Ndi
  25. Characteristics=0 ; Has no characterstic
  26. ;CopyFiles=CpyFiles_Sys
  27.  
  28. ;-------------------------------------------------------------------------
  29. ; Ndi installation support
  30. ;-------------------------------------------------------------------------
  31. [Inst_Ndi]
  32. HKR,Ndi,Service,,"InterNetshare"
  33. HKR,Ndi,HelpText,,%InterNetShare_HelpText%
  34. HKR, Ndi\Interfaces, UpperRange,, noupper
  35. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4"
  36.  
  37. ;-------------------------------------------------------------------------
  38. ; Service installation support
  39. ;-------------------------------------------------------------------------
  40. [Install.Services]
  41. AddService=InterNetshare,,InterNetShare_Service_Inst
  42.  
  43. [InterNetShare_Service_Inst]
  44. DisplayName     = %InterNetShare_Desc%
  45. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  46. StartType       = 2 ;SERVICE_AUTO_START
  47. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  48. ServiceBinary   = %12%\wormhole.sys
  49. LoadOrderGroup  = "PNP_TDI"
  50. AddReg          = AddReg_InterNetShare_Service_Inst
  51. Description     = %InterNetShare_Desc%
  52.  
  53. [AddReg_InterNetShare_Service_Inst]
  54. HKLM,"System\CurrentControlSet\Services\InterNetshare","TextModeFlags",%REG_DWORD%,0x0001
  55. HKR,"Parameters","",,""
  56.  
  57. ;-------------------------------------------------------------------------
  58. ; Support for removal of static registry settings
  59. ;-------------------------------------------------------------------------
  60. [Install.Remove]
  61. DelReg=Del_Static_Reg
  62.  
  63. [Install.Remove.Services]
  64. DelService=InterNetshare
  65.  
  66. [Del_Static_Reg]
  67. HKLM,"System\CurrentControlSet\Services\InterNetshare","TextModeFlags"
  68.  
  69. ;-------------------------------------------------------------------------
  70. ; Declare Destination Directories for file copy/deletion
  71. ;-------------------------------------------------------------------------
  72. [DestinationDirs]
  73. CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  74.  
  75.  
  76. ;-------------------------------------------------------------------------
  77. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  78. ;-------------------------------------------------------------------------
  79. [CpyFiles_Sys]
  80. wormhole.sys,,,2
  81.  
  82. [Strings]
  83. INTS = "InterNetshare.com"
  84. InterNetShare_Desc = "InterNetShare.com Internet Sharing Protocol"
  85. InterNetShare_HelpText = "Protocol driver to be used with InterNetshare's All_Aboard."
  86. REG_DWORD = 0x10001
  87.